Restricted Policies
Pod Security Standards Restricted policies applied to tenant namespaces. These enforce a hardened security posture for all application workloads.
Policies
require-run-as-nonroot.yamlβ Containers must run as non-rootrequire-drop-all-capabilities.yamlβ Containers must drop ALL Linux capabilitiesrestrict-volume-types.yamlβ Only configMap, secret, emptyDir, PVC alloweddisallow-privilege-escalation.yamlβallowPrivilegeEscalationmust be false
Scope
Applied as ClusterPolicy with match rules targeting tenant namespaces. Platform namespaces with documented security exceptions are excluded.